home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / c80tcog.lbr / C80DEF.H < prev    next >
Text File  |  1985-08-09  |  768b  |  38 lines

  1.  
  2. /*    c80def.h - standard definitions for the C/80 v. 2 compiler
  3.         from Software Toolworks                
  4.  
  5.     Contributed by William G. Hutchison, Jr.
  6.  
  7. */
  8.  
  9. #define ALLOC_ERR -1
  10. #define ASCII
  11. #define begin {
  12. #define Boolean char
  13. #define close fclose
  14. #define CP_M
  15. #define end ;}
  16. #define EOF -1
  17. #define EOS '\0'
  18. #define ERR 0
  19. #define ESCAPE '\\'
  20. #define FILE int
  21. #define NEWLINE '\n'
  22. #define NIL 0
  23. #define NO 0
  24. #define NULL '\0'
  25. #define open fopen
  26. #define READ "r"
  27. #define READ_BINARY "rb"
  28. #define STDERR erfd
  29. #define STDIN fin
  30. #define STDOUT fout
  31. #define then
  32. #define UPDATE "u"
  33. #define UPDATE_BINARY "ub"
  34. #define WRITE "w"
  35. #define WRITE_BINARY "wb"
  36. #define YES 1
  37. #define ZAP_SCREEN '\32'
  38.